Skip to content

Commit

Permalink
downgrade upload/download artifact gh steps (#453)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten committed Jan 10, 2024
1 parent 518f3d0 commit 3d47d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
COSIGN_EXPERIMENTAL: true
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: all-artifacts
path: dist/*/*
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
go-version: '~1.21.5'
check-latest: true

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: all-artifacts
path: dist
Expand Down

0 comments on commit 3d47d64

Please sign in to comment.