Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Sep 4, 2024
1 parent 139965c commit a7e5152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
deno-version: vx.x.x
- run: deno compile --allow-env=EGO_USERNAME,EGO_PASSWORD --allow-net=extensions.gnome.org ego-upload.ts
- run: b2sum ego-upload > B2SUMS.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: binary
path: |
Expand All @@ -36,11 +36,11 @@ jobs:
# Only create a release on a tag
if: ${{ startsWith(github.ref, 'refs/tags/') }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: binary
name: binary
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
files: "binary/*"
env:
Expand Down

0 comments on commit a7e5152

Please sign in to comment.