Skip to content

Commit 80e2b25

Browse files
Merge pull request #348 from spinframework/dependabot/github_actions/actions/download-artifact-5
chore(deps): bump actions/download-artifact from 4 to 5
2 parents 8400625 + 6414fde commit 80e2b25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/action-node-installer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
3434
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_OUTPUT
3535
36-
- uses: actions/download-artifact@v4
36+
- uses: actions/download-artifact@v5
3737
with:
3838
path: _artifacts
3939

@@ -120,7 +120,7 @@ jobs:
120120
steps:
121121
- uses: actions/checkout@v5
122122

123-
- uses: actions/download-artifact@v4
123+
- uses: actions/download-artifact@v5
124124
with:
125125
path: _artifacts
126126

.github/workflows/action-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
ARCH: x86_64
1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: actions/download-artifact@v4
13+
- uses: actions/download-artifact@v5
1414
- uses: azure/setup-kubectl@v4
1515
- uses: fermyon/actions/spin/setup@v1
1616
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "RELEASE_VERSION=$(date +%Y%m%d-%H%M%S)-g$(git rev-parse --short HEAD)" >> $GITHUB_ENV
3838
fi
3939
40-
- uses: actions/download-artifact@v4
40+
- uses: actions/download-artifact@v5
4141
with:
4242
path: _artifacts
4343

0 commit comments

Comments
 (0)