Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 14, 2023
1 parent 7dcbeda commit 133d07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: test/test.sh $(cat .podman-image-id) gnome-session-x11

- name: Upload screenshot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.image }}-x11-screenshot
path: test/screenshot.png
Expand All @@ -108,7 +108,7 @@ jobs:
run: test/test.sh $(cat .podman-image-id) gnome-session-wayland

- name: Upload screenshot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.image }}-wayland-screenshot
path: test/screenshot.png

0 comments on commit 133d07d

Please sign in to comment.