We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d87a0e commit ed76ae8Copy full SHA for ed76ae8
2 files changed
.github/workflows/docker.yml
@@ -57,7 +57,7 @@ jobs:
57
with:
58
ref: dev
59
- name: Download version
60
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v8
61
62
name: _version.py
63
- name: docker_build
.github/workflows/release.yml
@@ -127,7 +127,7 @@ jobs:
127
steps:
128
- uses: actions/checkout@v6
129
130
131
132
133
- name: Set tag
0 commit comments