We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7920f commit a7b95c8Copy full SHA for a7b95c8
.github/workflows/build-release.yml
@@ -26,7 +26,7 @@ jobs:
26
id: names
27
run: echo "::set-output name=artifact::$(python setup.py --fullname)"
28
- name: Save Artifact
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v6
30
with:
31
name: plugin
32
path: dist/${{ steps.names.outputs.artifact }}.tar.gz
@@ -37,7 +37,7 @@ jobs:
37
if: "${{ github.ref_type == 'tag' }}"
38
steps:
39
- name: Fetch release artifact
40
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v7
41
42
43
path: dist
0 commit comments