Skip to content

Commit b64e648

Browse files
authored
Bump actions/upload-artifact to v4
1 parent 0a2aa80 commit b64e648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gem_artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build Gem
3232
run: gem build jekyll-admin.gemspec
3333
- name: Stash Gem as Temporary Artifact
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: "jekyll-admin.gem"
3737
path: "${{ github.workspace }}/*.gem"

0 commit comments

Comments
 (0)