We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/upload-artifact
1 parent 0a2aa80 commit b64e648Copy full SHA for b64e648
.github/workflows/gem_artifact.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build Gem
32
run: gem build jekyll-admin.gemspec
33
- name: Stash Gem as Temporary Artifact
34
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
35
with:
36
name: "jekyll-admin.gem"
37
path: "${{ github.workspace }}/*.gem"
0 commit comments