We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3b3314 + 1a4da06 commit 84e6893Copy full SHA for 84e6893
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v6
20
- name: Setup go
21
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
22
with:
23
go-version: 1.23
24
- run: make install
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
- run: |
.github/workflows/e2e-testing.yaml
@@ -93,7 +93,7 @@ jobs:
93
94
# Load the docker image tarball from github actions artifacts and run tests (one runner per test due to matrix)
95
- name: Download Tarball Artifact
96
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
97
98
name: persistence-docker-image
99
0 commit comments