Skip to content

Commit

Permalink
chore(deps): update dependency actions/upload-artifact to v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 825ce90 commit b6cea3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add_release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: tar -czf ${{ env.archive_name }}.tgz ${{ env.archive_name }}

- name: Upload Artifact
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: ${{ matrix.target }}
path: ${{ env.archive_name }}.tgz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
run: cp target/${{ matrix.target }}/release/${{ env.package_name }} ${{ env.archive_name }}
- name: Upload Artifact
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: ${{ matrix.target }}
path: ${{ env.archive_name }}.tgz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: tar -czf ${{ env.archive_name }}.tgz ${{ env.archive_name }}

- name: Upload Artifact
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: ${{ matrix.target }}
path: ${{ env.archive_name }}.tgz
Expand Down

0 comments on commit b6cea3c

Please sign in to comment.