Skip to content

Commit 6ca3f32

Browse files
Bump actions/upload-artifact from 5 to 6 (#850)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdefbd6 commit 6ca3f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
cp ./dpkg/*.deb /home/runner/work/screamshotter/
151151
152152
- name: Archive package artifact
153-
uses: actions/upload-artifact@v5
153+
uses: actions/upload-artifact@v6
154154
with:
155155
name: debian-${{ matrix.version }}
156156
path: |
@@ -197,7 +197,7 @@ jobs:
197197
fi
198198
199199
- name: Archive result artifact
200-
uses: actions/upload-artifact@v5
200+
uses: actions/upload-artifact@v6
201201
with:
202202
name: result-docker
203203
path: |
@@ -241,7 +241,7 @@ jobs:
241241
fi
242242
243243
- name: Archive result artifact
244-
uses: actions/upload-artifact@v5
244+
uses: actions/upload-artifact@v6
245245
with:
246246
name: result-${{ matrix.version }}
247247
path: |

0 commit comments

Comments
 (0)