Skip to content

Commit

Permalink
Merge pull request #828 from portier/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
stephank authored Jan 19, 2024
2 parents 4731963 + 8586e93 commit b5eba25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: cargo build --locked --target $BUILD_TARGET

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Linux binary (debug)
path: target/${{ env.BUILD_TARGET }}/debug/portier-broker
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
run: cargo build --locked

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MacOS binary (debug)
path: target/debug/portier-broker
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
run: cargo build --locked

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Windows binary (debug)
path: target/debug/portier-broker.exe
Expand Down

0 comments on commit b5eba25

Please sign in to comment.