Skip to content

Commit 41d9e4f

Browse files
Merge pull request #365 from spinframework/dependabot/github_actions/actions/download-artifact-6
chore(deps): bump actions/download-artifact from 5 to 6
2 parents f6a7ffa + f19f591 commit 41d9e4f

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@v5
36+
- uses: actions/download-artifact@v6
3737
with:
3838
path: _artifacts
3939

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

123-
- uses: actions/download-artifact@v5
123+
- uses: actions/download-artifact@v6
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@v5
13+
- uses: actions/download-artifact@v6
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@v5
40+
- uses: actions/download-artifact@v6
4141
with:
4242
path: _artifacts
4343

0 commit comments

Comments
 (0)