Skip to content

Commit

Permalink
Merge pull request #79 from project-imprimis/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/dawidd6/action-download-artifact-3.1.2

Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.2
  • Loading branch information
no-lex authored Mar 1, 2024
2 parents 6d5194b + b02f2f1 commit eef9d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libglew-dev

- name: Download libprimis.lib artifact
uses: dawidd6/action-download-artifact@v3.0.0
uses: dawidd6/action-download-artifact@v3.1.2
with:
workflow: makefile.yml
name: libprimis-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: true

- name: Download libprimis.lib artifact
uses: dawidd6/action-download-artifact@v3.0.0
uses: dawidd6/action-download-artifact@v3.1.2
with:
workflow: msbuild.yml
name: libprimis-windows
Expand Down

0 comments on commit eef9d20

Please sign in to comment.