Skip to content

Commit

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

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.2
with:
name: ${{ matrix.target }}
path: ${{ env.archive_name }}.tgz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
run: cp target/${{ matrix.target }}/release/knope ${{ env.archive_name }}

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.2
with:
name: ${{ matrix.target }}
path: ${{ env.archive_name }}.tgz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: tar -czf ${{ env.archive_name }}.tgz ${{ env.archive_name }}

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.2
with:
name: ${{ matrix.target }}
path: ${{ env.archive_name }}.tgz
Expand Down

0 comments on commit 4b0a101

Please sign in to comment.