Skip to content

Commit

Permalink
Revert "Trying to fix ci matrix"
Browse files Browse the repository at this point in the history
This reverts commit 34a3d3e.
  • Loading branch information
justdan6 committed Feb 15, 2024
1 parent 34a3d3e commit 8f64d4d
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@v4
uses: actions/upload-artifact@v3
with:
name: digests-${{ matrix.platform }}
name: digests
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@v4
uses: actions/download-artifact@v3
with:
name: digests-*
name: digests
path: /tmp/digests
-
name: Set up Docker Buildx
Expand Down

0 comments on commit 8f64d4d

Please sign in to comment.