Skip to content

Commit 9469edd

Browse files
Update actions/upload-artifact action to v4
1 parent 0314e0e commit 9469edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
fi
105105
106106
- name: Upload artifact
107-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
107+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
108108
with:
109109
name: ${{ matrix.app.id }}.tar.gz
110110
path: output/${{ matrix.app.id }}.tar.gz

0 commit comments

Comments
 (0)