Skip to content

Commit

Permalink
gha: update old actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pondidum committed Apr 28, 2024
1 parent e019847 commit b22273d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
MINIO_ROOT_PASSWORD: password

steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: "1.18"

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download Modules
run: go mod download
Expand All @@ -50,7 +50,7 @@ jobs:
run: go test -v ./...

- name: Store Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cas
path: cas
Expand All @@ -61,7 +61,7 @@ jobs:
./cas version --changelog --raw | tee release-notes.md
- name: Check if Changelog has changed
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: changes
with:
filters: |
Expand Down

0 comments on commit b22273d

Please sign in to comment.