Skip to content

Commit 6227439

Browse files
Update actions/upload-artifact action to v5 (#373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7e70cf commit 6227439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: npx nx run-many --target version --args="--version=${{ inputs.version }}"
7373

7474
- name: Upload Builds
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: Build
7878
path: dist

0 commit comments

Comments
 (0)