Skip to content

Commit 32d20fc

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#847)
1 parent 0f1eff1 commit 32d20fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
flags: unittests
6464
- name: Upload coverage report as artifact
6565
if: ${{ matrix.release_build && github.event_name != 'pull_request' }}
66-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
66+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6767
with:
6868
name: jacoco-report
6969
path: target/site/jacoco/jacoco.csv
@@ -166,7 +166,7 @@ jobs:
166166
echo "$COMMENT_BODY" > pr-comment/comment-body.txt
167167
- name: Upload PR comment
168168
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
169-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
169+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
170170
with:
171171
name: pr-comment
172172
path: pr-comment/

0 commit comments

Comments
 (0)