We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fa03a commit 6356b1dCopy full SHA for 6356b1d
.github/workflows/publish.yml
@@ -56,7 +56,7 @@ jobs:
56
run: echo "${{ env.VERSION }}" > version.txt
57
58
- name: Upload version
59
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
60
with:
61
name: version
62
path: version.txt
.github/workflows/upload.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- name: Download version
16
if: github.event_name == 'workflow_run'
17
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
18
19
20
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments