Skip to content

Commit 47f8214

Browse files
authored
Merge pull request #395 from renpy/dependabot/github_actions/actions/upload-artifact-4
deps: bump actions/upload-artifact from 3 to 4
2 parents a7e2f94 + 5b63392 commit 47f8214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build Extension
5151
run: npm run vsce-package
5252
- name: Upload Extension
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: languague-renpy-package
5656
path: "**/*.vsix"

0 commit comments

Comments
 (0)