pull/215/merge
dependabot[bot] 2025-10-27 18:05:41 +00:00 committed by GitHub
commit 1189c4d5b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ jobs:
- run: echo hello > world.txt - run: echo hello > world.txt
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
with: with:
name: my-artifact name: my-artifact
path: world.txt path: world.txt

View File

@ -71,7 +71,7 @@ jobs:
- run: echo hello > world.txt - run: echo hello > world.txt
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
with: with:
name: my-artifact name: my-artifact
path: world.txt path: world.txt