Skip to content

Commit d947e0c

Browse files
authored
Merge pull request #1161 from SalamLang/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents e341d3c + 61bbd28 commit d947e0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
make run
2323
- name: Upload artifact
24-
uses: actions/upload-artifact@v6
24+
uses: actions/upload-artifact@v7
2525
with:
2626
name: salam-linux
2727
path: salam
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
make run
4040
- name: Upload artifact
41-
uses: actions/upload-artifact@v6
41+
uses: actions/upload-artifact@v7
4242
with:
4343
name: salam-macos
4444
path: salam
@@ -59,7 +59,7 @@ jobs:
5959
build-windows.bat
6060
shell: cmd
6161
- name: Upload artifact
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: salam-windows
6565
path: salam.exe

0 commit comments

Comments
 (0)