Skip to content

Commit

Permalink
Trying to fix ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
justdan6 committed Feb 15, 2024
1 parent 554b09f commit 34a3d3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
-
name: Upload digest
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: digests
name: digests-${{ matrix.platform }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -89,9 +89,9 @@ jobs:
steps:
-
name: Download digests
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: digests
name: digests-*
path: /tmp/digests
-
name: Set up Docker Buildx
Expand Down

0 comments on commit 34a3d3e

Please sign in to comment.