Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.6 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@834a144...5076954)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent ce2c9ee commit 03a4394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
--jsonfile "$TEST_RESULTS_DIR/json/go-test-race.log" \
--junitfile "$TEST_RESULTS_DIR/gotestsum-report.xml" \
-- -race ./...
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit-test-results
path: ${{ env.TEST_RESULTS_DIR }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
mkdir -p "$TEST_RESULTS_DIR/${{ matrix.consul-version }}"
./scripts/integration.sh "$TEST_RESULTS_DIR/${{ matrix.consul-version }}" \
| tee "$TEST_RESULTS_DIR/${{ matrix.consul-version }}/integration-${{ matrix.consul-version }}.log"
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: "integration-test-results-${{ matrix.consul-version }}"
path: ${{ env.TEST_RESULTS_DIR }}/${{ matrix.consul-version }}

0 comments on commit 03a4394

Please sign in to comment.