Skip to content

Commit

Permalink
Merge pull request #43047 from qgis/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-v2.2.3

Update actions/upload-artifact requirement to v2.2.3
  • Loading branch information
m-kuhn committed May 1, 2021
2 parents 47c57b6 + 3128ac4 commit 101b81f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mingw64.yml
Expand Up @@ -99,13 +99,13 @@ jobs:
(cd $DEBUGROOT && zip -r - *) > qgis-portable-win64-debugsym.zip
- name: Upload QGIS for Windows 64bit
uses: actions/upload-artifact@v2.2.2
uses: actions/upload-artifact@v2.2.3
with:
name: QGIS for Windows 64bit
path: qgis-portable-win64.zip

- name: Upload QGIS for Windows 64bit Debug Symbols
uses: actions/upload-artifact@v2.2.2
uses: actions/upload-artifact@v2.2.3
with:
name: QGIS for Windows 64bit Debug Symbols
path: qgis-portable-win64-debugsym.zip
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -135,7 +135,7 @@ jobs:
if: ${{ matrix.run-tests }}
run: tar --exclude='*.o' -cvzf build.tgz build

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v2.2.3
if: ${{ matrix.run-tests }}
with:
name: build.tgz
Expand Down

0 comments on commit 101b81f

Please sign in to comment.