Skip to content

Commit bd8bca6

Browse files
[deps]: Update actions/upload-artifact action to v4 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9aa254 commit bd8bca6

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

0 commit comments

Comments
 (0)