Bump artifact action versions

This commit is contained in:
Donkie
2024-09-07 19:54:01 +02:00
parent 5bd9d055d0
commit b70cfb0e79

View File

@@ -90,13 +90,13 @@ jobs:
chmod +x scripts/*.sh chmod +x scripts/*.sh
- name: Upload client Spoolman artifact - name: Upload client Spoolman artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4.4.0
with: with:
name: client name: client
path: client/dist path: client/dist
- name: Upload full Spoolman artifact - name: Upload full Spoolman artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4.4.0
with: with:
name: spoolman name: spoolman
path: . path: .
@@ -111,7 +111,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Download client - name: Download client
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
with: with:
name: client name: client
path: client/dist path: client/dist
@@ -147,7 +147,7 @@ jobs:
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-amd64 cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-amd64
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4.4.0
with: with:
name: spoolman-image name: spoolman-image
path: /tmp/spoolman.tar path: /tmp/spoolman.tar
@@ -191,7 +191,7 @@ jobs:
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-tester cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-tester
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4.4.0
with: with:
name: spoolman-tester-image name: spoolman-tester-image
path: /tmp/spoolman-tester.tar path: /tmp/spoolman-tester.tar
@@ -209,7 +209,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Download built images - name: Download built images
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
with: with:
path: /tmp path: /tmp
@@ -238,7 +238,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Download client - name: Download client
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
with: with:
name: client name: client
path: client/dist path: client/dist
@@ -277,7 +277,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Download client - name: Download client
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
with: with:
name: client name: client
path: client/dist path: client/dist
@@ -315,7 +315,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Download client - name: Download client
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
with: with:
name: client name: client
path: client/dist path: client/dist
@@ -374,7 +374,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Download built spoolman - name: Download built spoolman
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4.1.7
with: with:
name: spoolman name: spoolman
path: /tmp/spoolman path: /tmp/spoolman