Skip to content

Commit dced9f4

Browse files
Update actions/upload-artifact action to v4
1 parent ef8467b commit dced9f4

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
@@ -107,7 +107,7 @@ jobs:
107107
fi
108108
109109
- name: Upload artifact
110-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
110+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
111111
with:
112112
name: ${{ matrix.app.id }}.tar.gz
113113
path: output/${{ matrix.app.id }}.tar.gz

0 commit comments

Comments
 (0)