Skip to content

Commit

Permalink
Merge pull request #141 from KoalaBear84/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 2 to 4.1.7 in /.github/workflows
  • Loading branch information
KoalaBear84 authored Sep 4, 2024
2 parents 586a49f + 6945b14 commit f9f457d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: all-artifacts

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ${{ matrix.target }}

Expand Down

0 comments on commit f9f457d

Please sign in to comment.