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.
1 parent 3b3f0f3 commit 29ca282Copy full SHA for 29ca282
.github/workflows/publish.yaml
@@ -54,7 +54,7 @@ jobs:
54
run: echo "${{ env.VERSION }}" > version.txt
55
56
- name: Upload version
57
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
58
with:
59
name: version
60
path: version.txt
.github/workflows/upload.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- name: Download version
16
if: github.event_name == 'workflow_run'
17
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
18
19
20
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments