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 5d3d105 commit 41e65ddCopy full SHA for 41e65dd
.github/workflows/e2e-main.yaml
@@ -183,7 +183,7 @@ jobs:
183
report_paths: '**/*results.xml'
184
185
- name: Upload test artifacts
186
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
187
if: always()
188
with:
189
name: e2e-tests
.github/workflows/pr-check.yaml
@@ -218,7 +218,7 @@ jobs:
218
PODMAN_DESKTOP_ARGS: ${{ github.workspace }}/podman-desktop
219
run: yarn test:e2e
220
221
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
222
223
224
0 commit comments