Skip to content

Commit a7b95c8

Browse files
Update GitHub Artifact Actions
1 parent 3e7920f commit a7b95c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: names
2727
run: echo "::set-output name=artifact::$(python setup.py --fullname)"
2828
- name: Save Artifact
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v6
3030
with:
3131
name: plugin
3232
path: dist/${{ steps.names.outputs.artifact }}.tar.gz
@@ -37,7 +37,7 @@ jobs:
3737
if: "${{ github.ref_type == 'tag' }}"
3838
steps:
3939
- name: Fetch release artifact
40-
uses: actions/download-artifact@v3
40+
uses: actions/download-artifact@v7
4141
with:
4242
name: plugin
4343
path: dist

0 commit comments

Comments
 (0)