Skip to content

Commit

Permalink
Merge pull request #1743 from openziti/update-all-dl-artifact-to-v4
Browse files Browse the repository at this point in the history
All upload/download artifact need to be at the same version
  • Loading branch information
plorenz authored Feb 10, 2024
2 parents 458f8bf + 994d043 commit 4feaf03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Linux Release Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux-release-${{ github.run_id }}
path: release/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-linux-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Linux Release Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: linux-release-${{ github.run_id }}
path: release/
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
shell: bash

- name: upload package artifact to build summary page
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.package_name }}-${{ matrix.arch.goreleaser }}-${{ matrix.nfpm_packager }}
path: ./release/${{ matrix.package_name }}*.${{ matrix.nfpm_packager }}
Expand Down

0 comments on commit 4feaf03

Please sign in to comment.