Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.pre.node20 to 4.3.6 (#1119)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent c201606 commit d2e5e9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage_reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
run: find /tmp/receptor-testing -name controlsock -delete

- name: Artifact receptor data
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.6
if: ${{ failure() }}
with:
name: test-logs
path: /tmp/receptor-testing

- name: Archive receptor binary
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.6
with:
name: receptor
path: /usr/local/bin/receptor
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ jobs:
run: find /tmp/receptor-testing -name controlsock -delete

- name: Artifact receptor data for ${{ matrix.go-version }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.6
if: ${{ failure() }}
with:
name: test-logs-${{ matrix.go-version }}
path: /tmp/receptor-testing

- name: Archive receptor binary for ${{ matrix.go-version }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.6
with:
name: receptor-${{ matrix.go-version }}
path: /usr/local/bin/receptor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit d2e5e9a

Please sign in to comment.