diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 2d9a26187c..16523436c9 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -384,7 +384,7 @@ jobs: - name: Upload Artifact 1 to Job # Every build job has at least one artifact. Therefore, no `if` here. # If the artifact is missing, this should fail. - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ steps.get-artifacts.outputs.artifact_1 }} path: deploy/${{ steps.get-artifacts.outputs.artifact_1 }} @@ -393,7 +393,7 @@ jobs: - name: Upload Artifact 2 to Job if: steps.get-artifacts.outputs.artifact_2 - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ steps.get-artifacts.outputs.artifact_2 }} path: deploy/${{ steps.get-artifacts.outputs.artifact_2 }}