Skip to content

Commit

Permalink
Merge pull request #405 from orf/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
orf authored Dec 15, 2023
2 parents d9ef9a7 + d9dcdde commit c1f5c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fi
cd -
- name: Archive binaries
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: startsWith(github.ref, 'refs/tags/')
with:
name: build-${{ matrix.name }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
tar czvf ../../../gping-${{ matrix.target }}.tar.gz gping
cd -
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: startsWith(github.ref, 'refs/tags/')
with:
name: build-${{ matrix.target }}
Expand Down

0 comments on commit c1f5c58

Please sign in to comment.