We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aed996 + 2c6550e commit cab146fCopy full SHA for cab146f
.github/workflows/upload-artifact.yml
@@ -11,7 +11,7 @@ jobs:
11
12
- run: echo hello > path/to/artifact/world.txt
13
14
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
15
with:
16
name: my-artifact
17
path: path/to/artifact/world.txt
.github/workflows/zip.yml
@@ -22,7 +22,7 @@ jobs:
22
fi
23
24
- name: Upload artifacts
25
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
26
27
name: ${{ runner.os }}
28
path: archive.zip
0 commit comments