Skip to content

Commit 76043b4

Browse files
authored
Merge pull request #2 from G4brym/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents a937b6f + 6ff3ff5 commit 76043b4

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Package artifact
3939
run: pnpm package
4040
- name: Archive package
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
with:
4343
name: email-explorer-npm-package
4444
path: packages/worker/email-explorer-*

0 commit comments

Comments
 (0)