We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12ae7e commit a890a28Copy full SHA for a890a28
.github/workflows/build.yml
@@ -41,15 +41,15 @@ jobs:
41
TERM: xterm
42
43
- name: Publish screenshots
44
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
45
if: ${{ always() }}
46
with:
47
name: screenshots-${{ matrix.os }}
48
path: ./artifacts/screenshots/*.png
49
if-no-files-found: ignore
50
51
- name: Publish videos
52
53
54
55
name: videos-${{ matrix.os }}
0 commit comments