Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 7dea4aa commit 13d8f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

- name: "Upload artifacts"
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: "${{ runner.os }}-artifacts"
if-no-files-found: ignore
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: "Archive test reports"
if: always()
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: "${{ runner.os }}-test-reports"
if-no-files-found: ignore
Expand All @@ -129,7 +129,7 @@ jobs:

- name: "Upload artifacts"
if: inputs.upload_artifacts != ''
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
if-no-files-found: ignore
path: "${{ inputs.upload_artifacts }}"

0 comments on commit 13d8f9d

Please sign in to comment.