Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and noelbot committed Dec 14, 2023
1 parent 3bd6dc0 commit b5ed571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: cargo build --release --target=${{matrix.target}}

- name: Upload artifact to workflow
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./target/${{matrix.target}}/release/emails${{matrix.extension}}
name: emails-${{matrix.os}}-${{matrix.arch}}${{matrix.extension}}
Expand Down

0 comments on commit b5ed571

Please sign in to comment.