Skip to content

Commit

Permalink
bump GitHub actions (#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored Aug 26, 2024
1 parent 35c52ff commit 3b7b230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- run: make binaries

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: binaries
path: binaries
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- run: make binaries

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: binaries
path: binaries
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: binaries
path: binaries
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: binaries
path: binaries
Expand Down

0 comments on commit 3b7b230

Please sign in to comment.