Compare commits
1 Commits
master
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b64f4218c7 |
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
- run: echo hello > world.txt
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: my-artifact
|
||||
path: world.txt
|
||||
|
||||
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
||||
|
||||
- run: echo hello > world.txt
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: my-artifact
|
||||
path: world.txt
|
||||
|
||||
Reference in New Issue
Block a user