Skip to content

Commit

Permalink
Merge pull request #128 from Apollo3zehn/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
Apollo3zehn authored Sep 19, 2024
2 parents 6ca7cab + 999d7e5 commit fd4022c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts
path: artifacts
Expand All @@ -85,7 +85,7 @@ jobs:
steps:

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts
path: artifacts
Expand Down

0 comments on commit fd4022c

Please sign in to comment.