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 c47688e commit 1251ce8Copy full SHA for 1251ce8
.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
46
echo "artifacts_path=$(realpath ..)" >> "$GITHUB_OUTPUT"
47
shell: "bash"
48
- name: "Upload artifacts"
49
- uses: "actions/upload-artifact@v4"
+ uses: "actions/upload-artifact@v5"
50
with:
51
name: "${{ github.event.repository.name }}"
52
path: |
0 commit comments