Skip to content

Commit

Permalink
Merge pull request #40 from oschwartz10612/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
oschwartz10612 committed May 2, 2022
2 parents 3c7e950 + 6b22556 commit 7f3afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: Compress-Archive D:\a\poppler-windows\poppler-windows\poppler-${{ env.POPPLER_VERSION }} Release-${{ env.POPPLER_VERSION }}-${{ env.BUILD }}.zip
shell: pwsh
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Poppler-${{ env.POPPLER_VERSION }}-${{ env.BUILD }}
path: D:\a\poppler-windows\poppler-windows\Release-${{ env.POPPLER_VERSION }}-${{ env.BUILD }}.zip
Expand Down

0 comments on commit 7f3afbb

Please sign in to comment.