Skip to content

Commit

Permalink
chore(ci): bump actions/upload-artifact from 3 to 4 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 878449f commit 19b44d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
echo pkg-path="${ARCHIVE_DIR}" >> $GITHUB_OUTPUT
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.package.outputs.pkg-name }}
path: ${{ steps.package.outputs.pkg-path }}
Expand Down

0 comments on commit 19b44d0

Please sign in to comment.