Skip to content

Commit 3baa700

Browse files
authored
bump actions/upload-artifact and actions/download-artifact (#159)
1 parent 26fba58 commit 3baa700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build package
3939
run: npm run build:package:ci
4040
- name: Upload built package
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4.4.0
4242
with:
4343
name: compiled-package
4444
path: |
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install dependencies
6565
run: npm ci
6666
- name: Download built package
67-
uses: actions/[email protected].7
67+
uses: actions/[email protected].8
6868
with:
6969
name: compiled-package
7070
- name: Release

0 commit comments

Comments
 (0)