diff --git a/.github/workflows/dockerImage.yml b/.github/workflows/dockerImage.yml index c0d4ca9..3f73a72 100644 --- a/.github/workflows/dockerImage.yml +++ b/.github/workflows/dockerImage.yml @@ -43,7 +43,7 @@ jobs: run: mvn -B -Pprod clean package -DskipTests - name: Maven Verify run: mvn -B -Pprod clean verify - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: targetfiles path: target/*.jar @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download buildfiles artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: targetfiles - name: Get current time @@ -182,4 +182,4 @@ jobs: value: ${{ env.DOCKER_IMAGE_TAG }} custom-actions: | - text: View CI - url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \ No newline at end of file + url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"