We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8467b commit dced9f4Copy full SHA for dced9f4
.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
107
fi
108
109
- name: Upload artifact
110
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
111
with:
112
name: ${{ matrix.app.id }}.tar.gz
113
path: output/${{ matrix.app.id }}.tar.gz
0 commit comments