diff --git a/.github/workflows/dockerImageSkipTests.yml b/.github/workflows/dockerImageSkipTests.yml index a457bf8..1edb54a 100644 --- a/.github/workflows/dockerImageSkipTests.yml +++ b/.github/workflows/dockerImageSkipTests.yml @@ -40,7 +40,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }} - name: Maven Package run: mvn -B -Pprod clean package -DskipTests - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: targetfiles path: target/*.jar @@ -71,7 +71,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 @@ -179,4 +179,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 }}"