Skip to content

Commit

Permalink
.github/workflows: bump actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
joostruis committed Feb 2, 2025
1 parent 596f10e commit 39471c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
go-version: '^1.16'

- name: Download all workflow run artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Merge artifacts 🔧
run: |
mkdir build || true
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
go-version: '^1.16'

- name: Download all workflow run artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Merge artifacts 🔧
run: |
mkdir build || true
Expand Down

0 comments on commit 39471c7

Please sign in to comment.