Skip to content

Commit 41b5646

Browse files
chore(deps): update actions/upload-artifact action to v6 (#178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6034a2c commit 41b5646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft-paper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# This should be the path to the paper within your repo.
2020
paper-path: joss/paper.md
2121
- name: Upload
22-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
22+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
2323
with:
2424
name: paper
2525
# This is the output path where Pandoc will write the compiled

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload test results
4646
if: always()
47-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
47+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4848
with:
4949
name: coverage-test-failures
5050
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)