From 63e284c4061f3a68fc5c4c596290fa659135e1ae Mon Sep 17 00:00:00 2001 From: Tomasz Kuzynowski Date: Fri, 27 Sep 2024 15:22:20 +0200 Subject: [PATCH] Update dockerImage.yml to bump github actions version --- .github/workflows/dockerImage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dockerImage.yml b/.github/workflows/dockerImage.yml index 3e9e0050..87c8c7a6 100644 --- a/.github/workflows/dockerImage.yml +++ b/.github/workflows/dockerImage.yml @@ -44,7 +44,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 @@ -75,7 +75,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 @@ -183,4 +183,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 }}"