Skip to content

Commit

Permalink
Merge pull request #4 from NeosSharedProject/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
  • Loading branch information
kazu0617 authored Sep 29, 2024
2 parents ccbaae4 + af47128 commit 11b0f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: 'assimp-bins-${{ matrix.name }}-${{ github.sha }}'
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 11b0f6e

Please sign in to comment.