Skip to content

Commit

Permalink
Update actions/upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
pragma37 committed Sep 14, 2024
1 parent 2cf2e2c commit 788a094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BlenderMalt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
shutil.make_archive('BlenderMalt', 'zip', '.', 'BlenderMalt')
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: BlenderMalt-${{ runner.os }}
path: ${{ github.workspace }}/BlenderMalt.zip
Expand Down

0 comments on commit 788a094

Please sign in to comment.