Skip to content

Commit

Permalink
ci(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 6521aed commit 378094d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,22 @@ jobs:
- run: zip -r jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip docs-and-licenses
- run: ls -R
- name: Upload jjversion-ghao
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: jjversion-ghao
path: jjversion-ghao-${{ env.VERSION }}-linux-x64/jjversion-ghao
- name: Upload jjversion-ghao-darwin
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: jjversion-ghao-darwin
path: jjversion-ghao-${{ env.VERSION }}-darwin-amd64/jjversion-ghao-darwin
- name: Upload jjversion-ghao-darwin
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: jjversion-ghao.exe
path: jjversion-ghao-${{ env.VERSION }}-windows-x64/jjversion-ghao.exe
- name: Upload docs
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip
path: jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip
Expand Down

0 comments on commit 378094d

Please sign in to comment.