Skip to content

Commit

Permalink
Build(deps): Bump actions/upload-artifact from 4.3.0 to 4.3.1 (StackE…
Browse files Browse the repository at this point in the history
…xchange#2836)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Limoncelli <[email protected]>
  • Loading branch information
dependabot[bot] and tlimoncelli authored Feb 12, 2024
1 parent 3918c75 commit 17115b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- $PACKAGE_NAMES
- name: Enforce Go Formatted Code
run: "[ `go fmt ./... | wc -l` -eq 0 ]"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
name: unit-tests
path: $TEST_RESULTS
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
echo "Skip test for ${{ matrix.provider }} provider"
fi
working-directory: integrationTest
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
name: integration-tests-${{ matrix.provider }}
path: $TEST_RESULTS

0 comments on commit 17115b6

Please sign in to comment.