Skip to content

Commit

Permalink
chore(deps): update all dependencies (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent e5a1f89 commit 2fcf8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: Compress-Archive -Path bin/sgqr.exe -DestinationPath sgqr-${{ matrix.runs-on }}.zip

- name: Upload artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: artifact-${{ matrix.runs-on }}
path: sgqr-${{ matrix.runs-on }}.zip
Expand All @@ -107,7 +107,7 @@ jobs:

steps:
- name: Download Linux artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
pattern: artifact-*
merge-multiple: true
Expand Down

0 comments on commit 2fcf8a1

Please sign in to comment.