Skip to content

Commit 6e5a027

Browse files
authored
Merge pull request #311 from jwharm/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 22aca55 + 54469d1 commit 6e5a027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-gtk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ jobs:
110110
run: |
111111
cp pkgdist\bin\pkg-config.exe pkg-config.exe
112112
- name: Library artifact
113-
uses: actions/upload-artifact@v5
113+
uses: actions/upload-artifact@v6
114114
with:
115115
name: libraries
116116
path: |
117117
dist\bin\*.dll
118118
- name: Application artifact
119-
uses: actions/upload-artifact@v5
119+
uses: actions/upload-artifact@v6
120120
with:
121121
name: applications
122122
path: |

0 commit comments

Comments
 (0)