Skip to content

Commit

Permalink
Rollback upload-artifact and download-artifact because of breaking ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
justdan6 committed Feb 15, 2024
1 parent 6fb657d commit c698070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
-
name: Upload digest
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: digests
path: /tmp/digests/*
Expand All @@ -80,7 +80,7 @@ jobs:
steps:
-
name: Download digests
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: digests
path: /tmp/digests
Expand Down

0 comments on commit c698070

Please sign in to comment.