Skip to content

Commit 5302d5d

Browse files
authored
Merge pull request #11 from FrankBurmo/dependabot/github_actions/all-c2e7f7cad0
chore(ci)(deps): bump the all group with 2 updates
2 parents f223785 + bed8899 commit 5302d5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Upload artifacts (Linux)
7575
if: runner.os == 'Linux'
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v6
7777
with:
7878
name: bare-${{ matrix.platform }}
7979
path: |
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Upload artifacts (Windows)
8484
if: runner.os == 'Windows'
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v6
8686
with:
8787
name: bare-${{ matrix.platform }}
8888
path: |
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Upload artifacts (macOS)
9393
if: runner.os == 'macOS'
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: bare-${{ matrix.platform }}
9797
path: |
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/checkout@v6
111111

112112
- name: Download all artifacts
113-
uses: actions/download-artifact@v4
113+
uses: actions/download-artifact@v7
114114
with:
115115
path: artifacts
116116
merge-multiple: true

0 commit comments

Comments
 (0)