We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cee91 commit 90ec360Copy full SHA for 90ec360
.github/workflows/test.yml
@@ -150,7 +150,7 @@ jobs:
150
cp ./dpkg/*.deb /home/runner/work/screamshotter/
151
152
- name: Archive package artifact
153
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
154
with:
155
name: debian-${{ matrix.version }}
156
path: |
@@ -197,7 +197,7 @@ jobs:
197
fi
198
199
- name: Archive result artifact
200
201
202
name: result-docker
203
@@ -241,7 +241,7 @@ jobs:
241
242
243
244
245
246
name: result-${{ matrix.version }}
247
0 commit comments