Skip to content

Commit

Permalink
Merge pull request #130 from runtime-shady-backroom/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
runtime-shady-backroom authored Feb 18, 2024
2 parents 1338d6c + b2e9fc4 commit 0408249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: matrix.target.runner-can-execute
run: ./target/${{ matrix.target.triple }}/release/buttplug-lite${{ matrix.target.suffix }} --self-check
- name: Upload workflow artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: buttplug-lite-${{ matrix.target.triple }}
path: ./target/${{ matrix.target.triple }}/release/buttplug-lite${{ matrix.target.suffix }}
Expand Down

0 comments on commit 0408249

Please sign in to comment.