Skip to content

Commit

Permalink
Bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Oct 31, 2024
1 parent 0a2aa80 commit b64e648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build Gem
run: gem build jekyll-admin.gemspec
- name: Stash Gem as Temporary Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "jekyll-admin.gem"
path: "${{ github.workspace }}/*.gem"
Expand Down

0 comments on commit b64e648

Please sign in to comment.