Skip to content

Commit 7663b28

Browse files
authored
Merge pull request #1363 from droidsolutions/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents 74a7224 + 46eca24 commit 7663b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run ESLint
2828
run: npx tsc
2929
- name: Upload artifacts
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: dist
3333
path: |

0 commit comments

Comments
 (0)