Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 08e3edc commit ca44766
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
go-licenses save ./... --ignore $(go list -m) --save_path packaging/third-party
chmod -R u+w packaging/third-party
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: third-party-licenses
path: packaging/third-party/
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
CGO_ENABLED: '1'
GOARCH: arm64

- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: binaries-${{ matrix.os }}
path: binaries/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
node-version: '18'
- run: npm pack
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: npm-package
path: go-text-template-napi-*.tgz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
publish_results: true

- name: Upload artifact
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit ca44766

Please sign in to comment.