Skip to content

Commit

Permalink
Updating CI to use non deprecated upload artefact version. (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
i3149 authored Sep 18, 2024
1 parent 47e9789 commit 95257b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
MAXMIND_LICENSE_KEY=${{ secrets.MM_DOWNLOAD_KEY }}
- name: Publish binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ktranslate
path: bin/ktranslate
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
package: ktranslate-package.yml

- name: Upload package artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ steps.package.outputs.package }}--${{ matrix.distro }}-${{ matrix.release }}
path: ${{ steps.package.outputs.package }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
MAXMIND_LICENSE_KEY=${{ secrets.MM_DOWNLOAD_KEY }}
- name: Publish binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ktranslate
path: bin/ktranslate

0 comments on commit 95257b1

Please sign in to comment.