Skip to content

Commit

Permalink
Merge pull request #382 from supercollider/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…main/actions/upload-artifact-4

Bump actions/upload-artifact from 2 to 4
  • Loading branch information
dyfer authored Aug 26, 2024
2 parents 12aeeae + 22a74fd commit 71ae7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
zip -r ${{ steps.set-filename.outputs.filename }}.zip .
fi
- name: upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ steps.set-filename.outputs.filename }}
path: ${{ env.INSTALL_PATH }}/${{ steps.set-filename.outputs.filename }}.zip
Expand Down

0 comments on commit 71ae7e3

Please sign in to comment.