Skip to content

Commit

Permalink
Merge pull request #380 from bulwark-security/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
sporkmonger authored Aug 10, 2024
2 parents d2688aa + c195876 commit 4538ea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: target/release/bulwark-cli

- name: Upload binary as release artifact
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
RELEASE_ID: ${{ github.event.release.id }}
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
path: target/release/bulwark-cli

- name: Upload binary as release artifact
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
RELEASE_ID: ${{ github.event.release.id }}
with:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
path: target/release/bulwark-cli

- name: Upload binary as release artifact
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
RELEASE_ID: ${{ github.event.release.id }}
with:
Expand Down

0 comments on commit 4538ea0

Please sign in to comment.