diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 121fb51d795..de3c8f2b508 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -130,7 +130,7 @@ jobs: get-childitem -Path build/distribution/* | rename-item -NewName {$_.name -replace "${{ steps.gitversion.outputs.AssemblySemVer }}","${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}"} get-childitem -Path build/distribution/* | rename-item -NewName {$_.name -replace "portable","${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}-portable"} - name: Upload to GitHub workflow artifacts store - uses: actions/upload-artifact@master + uses: actions/upload-artifact@v3 with: name: JabRef-${{ matrix.displayName }} path: build/distribution diff --git a/.github/workflows/gource.yml b/.github/workflows/gource.yml index 253ef9702a8..48c9e55d1e7 100644 --- a/.github/workflows/gource.yml +++ b/.github/workflows/gource.yml @@ -49,7 +49,7 @@ jobs: run: | mv gource/gource.mp4 gource-videos/jabref-complete.mp4 - name: 'Upload gource video' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Gource path: ./gource-videos/