Skip to content

Commit a874080

Browse files
Update actions/upload-artifact action to v4
1 parent a9a6d65 commit a874080

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
@@ -109,7 +109,7 @@ jobs:
109109
fi
110110
111111
- name: Upload artifact
112-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
112+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
113113
with:
114114
name: ${{ matrix.app.id }}.tar.gz
115115
path: output/${{ matrix.app.id }}.tar.gz

0 commit comments

Comments
 (0)