Skip to content

Commit 6aeacc6

Browse files
authoredFeb 24, 2025··
Build(deps): Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#3458)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59183f3 commit 6aeacc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/pr_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- $PACKAGE_NAMES
5454
# - name: Enforce Go Formatted Code
5555
# run: "[ `go fmt ./... | wc -l` -eq 0 ]"
56-
- uses: actions/upload-artifact@v4.6.0
56+
- uses: actions/upload-artifact@v4.6.1
5757
with:
5858
name: unit-tests
5959
path: ${{ env.TEST_RESULTS }}

‎.github/workflows/pr_integration_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
echo "Skip test for ${{ matrix.provider }} provider"
203203
fi
204204
working-directory: integrationTest
205-
- uses: actions/upload-artifact@v4.6.0
205+
- uses: actions/upload-artifact@v4.6.1
206206
with:
207207
name: integration-tests-${{ matrix.provider }}
208208
path: ${{ env.TEST_RESULTS }}

0 commit comments

Comments
 (0)
Please sign in to comment.