Skip to content

Commit b2217ea

Browse files
authored
Bump actions/upload-artifact to v4 to fix pipeline errors (#252)
Objective Fix pipeline errors: Error: This request has been automatically failed because it uses a deprecated version of actions/upload-artifact: v2. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ Abstractions The fix is to update actions/upload-artifact to v4, the recommended version by GitHub. Tests performed Screen shot
1 parent 78043d5 commit b2217ea

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
@@ -41,7 +41,7 @@ jobs:
4141
python pack.py
4242
4343
- name: Upload package-lock.json
44-
uses: actions/upload-artifact@v2
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: localFile
4747
path: package-lock.json

0 commit comments

Comments
 (0)