Skip to content

Commit 0f3db21

Browse files
build(deps): bump actions/upload-artifact from 6 to 7 (#451)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b0fb0c commit 0f3db21

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: tar # to preserve any permissions
3838
run: |
3939
tar cavf build_timeline.tar.zst target
40-
- uses: actions/upload-artifact@v6
40+
- uses: actions/upload-artifact@v7
4141
with:
4242
name: build_timeline
4343
retention-days: 1
@@ -111,12 +111,12 @@ jobs:
111111
validation_files
112112
- run: tree slurm
113113
- run: tree outfiles
114-
- uses: actions/upload-artifact@v6
114+
- uses: actions/upload-artifact@v7
115115
with:
116116
name: slurm_${{ matrix.type }}
117117
retention-days: 1
118118
path: slurm
119-
- uses: actions/upload-artifact@v6
119+
- uses: actions/upload-artifact@v7
120120
with:
121121
name: outfiles_histogram_${{ matrix.type }}
122122
retention-days: 14
@@ -200,12 +200,12 @@ jobs:
200200
echo '```' >> $GITHUB_STEP_SUMMARY
201201
tree web | xargs -0 -I{} echo {} >> $GITHUB_STEP_SUMMARY
202202
echo '```' >> $GITHUB_STEP_SUMMARY
203-
- uses: actions/upload-artifact@v6
203+
- uses: actions/upload-artifact@v7
204204
with:
205205
name: outfiles_timelines_${{ matrix.type }}
206206
retention-days: 14
207207
path: outfiles
208-
- uses: actions/upload-artifact@v6
208+
- uses: actions/upload-artifact@v7
209209
with:
210210
name: web_timelines_${{ matrix.type }}
211211
retention-days: 14

0 commit comments

Comments
 (0)