Skip to content

Commit c009de0

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0 in the github-actions-breaking group across 1 directory (#183)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0474357 commit c009de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/go-tests.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ jobs:
7373
7474
# Save coverage report parts
7575
- name: Upload and save artifacts
76-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
76+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
7777
with:
7878
name: Test Results-${{matrix.go-version}}
7979
path: ${{ env.TEST_RESULTS }}
8080

8181
- name: Upload coverage report
82-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
82+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
8383
with:
8484
path: coverage.out
8585
name: Coverage-report-${{matrix.go-version}}

0 commit comments

Comments
 (0)