Skip to content

Commit

Permalink
fix(workflows): Bump upload action before deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Nov 14, 2024
1 parent 62132e5 commit 3d8d1c5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/library-bun1.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
output: oci://index.unikraft.io/unikraft.org/bun:1.1

- name: Archive OCI digests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oci-digests-${{ matrix.arch }}-${{ matrix.plat }}
path: ${{ github.workspace }}/.kraftkit/oci/digests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library-dragonfly1.14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
output: oci://index.unikraft.io/unikraft.org/dragonfly:1.14

- name: Archive OCI digests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oci-digests-${{ matrix.arch }}-${{ matrix.plat }}
path: ${{ github.workspace }}/.kraftkit/oci/digests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library-findtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
output: oci://index.unikraft.io/unikraft.org/findtime

- name: Archive OCI digests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oci-digests-${{ matrix.arch }}-${{ matrix.plat }}
path: ${{ github.workspace }}/.kraftkit/oci/digests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library-grafana10.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
output: oci://index.unikraft.io/unikraft.org/grafana:10.2

- name: Archive OCI digests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oci-digests-${{ matrix.arch }}-${{ matrix.plat }}
path: ${{ github.workspace }}/.kraftkit/oci/digests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library-haproxy2.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
output: oci://index.unikraft.io/unikraft.org/haproxy:2.8

- name: Archive OCI digests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oci-digests-${{ matrix.arch }}-${{ matrix.plat }}
path: ${{ github.workspace }}/.kraftkit/oci/digests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library-imaginary1.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
output: oci://index.unikraft.io/unikraft.org/imaginary:1.2

- name: Archive OCI digests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oci-digests-${{ matrix.arch }}-${{ matrix.plat }}
path: ${{ github.workspace }}/.kraftkit/oci/digests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library-java17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
output: oci://index.unikraft.io/unikraft.org/java:17

- name: Archive OCI digests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oci-digests-${{ matrix.arch }}-${{ matrix.plat }}
path: ${{ github.workspace }}/.kraftkit/oci/digests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library-mariadb11.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
output: oci://index.unikraft.io/unikraft.org/mariadb:11.2

- name: Archive OCI digests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oci-digests-${{ matrix.arch }}-${{ matrix.plat }}
path: ${{ github.workspace }}/.kraftkit/oci/digests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library-mongo6.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
output: oci://index.unikraft.io/unikraft.org/mongo:6.0

- name: Archive OCI digests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oci-digests-${{ matrix.arch }}-${{ matrix.plat }}
path: ${{ github.workspace }}/.kraftkit/oci/digests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/library-surreal1.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
output: oci://index.unikraft.io/unikraft.org/surreal:1.1

- name: Archive OCI digests
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: oci-digests-${{ matrix.arch }}-${{ matrix.plat }}
path: ${{ github.workspace }}/.kraftkit/oci/digests
Expand Down

0 comments on commit 3d8d1c5

Please sign in to comment.