Skip to content

Commit f2436a4

Browse files
authored
Merge pull request #14388 from NixOS/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 83ddfae + 3775a2a commit f2436a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ jobs:
125125
cat coverage-reports/index.txt >> $GITHUB_STEP_SUMMARY
126126
if: ${{ matrix.instrumented }}
127127
- name: Upload coverage reports
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v5
129129
with:
130130
name: coverage-reports
131131
path: coverage-reports/
132132
if: ${{ matrix.instrumented }}
133133
- name: Upload installer tarball
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v5
135135
with:
136136
name: installer-${{matrix.os}}
137137
path: out/*

0 commit comments

Comments
 (0)