Skip to content

Commit

Permalink
Merge pull request #56 from Guts/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
Guts authored May 2, 2022
2 parents 675dafd + d8628c6 commit 4f8ec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: python -O .\builder\pyinstaller_build_windows.py

- name: Save it as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: qgis_deployment_toolbelt_windows_executable
path: dist/qgis_deployment_toolbelt*
Expand Down

0 comments on commit 4f8ec9f

Please sign in to comment.