Skip to content

Commit

Permalink
Build(deps): Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#3458)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 59183f3 commit 6aeacc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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: ${{ env.TEST_RESULTS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,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: ${{ env.TEST_RESULTS }}

0 comments on commit 6aeacc6

Please sign in to comment.