diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index d2814db9c..772afdc16 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -76,14 +76,14 @@ jobs: # upload artifacts (only on tagged commit) - name: Upload artifacts if: startsWith(github.event.ref, 'refs/tags') - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: deploy/Hyper* # Upload artifacts from commit - name: Upload artifacts from commit if: (startsWith(github.event.ref, 'refs/tags') != true) - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Linux-${{ matrix.debian }}-${{ matrix.dockerImage }}-DEB-installer path: deploy/Hyper*.deb @@ -136,14 +136,14 @@ jobs: # Upload artifacts (only on tagged commit) - name: Upload artifacts if: startsWith(github.event.ref, 'refs/tags') - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: build/Hyper*.dmg # Upload artifacts from commit - name: Upload artifacts from commit if: (startsWith(github.event.ref, 'refs/tags') != true) - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Apple_macOS_x64_DMG_installer path: build/Hyper*.dmg @@ -193,14 +193,14 @@ jobs: # upload artifacts (only on tagged commit) - name: Upload artifacts if: startsWith(github.event.ref, 'refs/tags') - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: build/Hyper* # Upload artifacts from commit - name: Upload artifacts from commit if: (startsWith(github.event.ref, 'refs/tags') != true) - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Windows_x64_setup path: build/Hyper*.exe