Skip to content

Commit ed76ae8

Browse files
committed
Dependabot updates
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 3d87a0e commit ed76ae8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
ref: dev
5959
- name: Download version
60-
uses: actions/download-artifact@v6
60+
uses: actions/download-artifact@v8
6161
with:
6262
name: _version.py
6363
- name: docker_build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- uses: actions/checkout@v6
129129
- name: Download version
130-
uses: actions/download-artifact@v6
130+
uses: actions/download-artifact@v8
131131
with:
132132
name: _version.py
133133
- name: Set tag

0 commit comments

Comments
 (0)