Skip to content

Commit

Permalink
Merge pull request #87 from twz123/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
twz123 authored Dec 16, 2023
2 parents 0b3affb + 95f6b41 commit 0b086b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
args: --best
strip: false
- name: Upload binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oidc-token-ferry_${{ matrix.go-os }}-amd64${{ matrix.binary-suffix }}
path: oidc-token-ferry${{ matrix.binary-suffix }}

0 comments on commit 0b086b6

Please sign in to comment.