Skip to content

Commit

Permalink
.github/workflows/ci.yml: update outdated actions that github warns n…
Browse files Browse the repository at this point in the history
…eed updating

Signed-off-by: Tomás Senart <tsenart@gmail.com>
  • Loading branch information
dkegel-fastly authored and tsenart committed Jul 27, 2024
1 parent 61f64b7 commit 0ef4135
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'

Expand Down Expand Up @@ -62,10 +62,10 @@ jobs:
- 'openbsd/arm64'
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
fi
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vegeta_${{ steps.setup_env.outputs.goos }}_${{ steps.setup_env.outputs.goarch }}
path: |
Expand All @@ -107,12 +107,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Create checksums and sign them
id: sign
Expand Down

0 comments on commit 0ef4135

Please sign in to comment.