Skip to content

Commit e17670e

Browse files
Merge pull request #159 from rabbitmq/dependabot/github_actions/main/actions/upload-artifact-3
2 parents 9171024 + e476f01 commit e17670e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
id: resolve-test-logs-path
266266
- name: CAPTURE TEST LOGS
267267
if: always()
268-
uses: actions/upload-artifact@v2
268+
uses: actions/upload-artifact@v3
269269
with:
270270
name: bazel-testlogs-gazelle
271271
path: ${{ steps.resolve-test-logs-path.outputs.LOGS_PATH }}/*

0 commit comments

Comments
 (0)