Skip to content

Commit e8bb070

Browse files
Bugfix: Pin upload-artifact to v4
1 parent 632b0e2 commit e8bb070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
151151
- if: ${{ always() }}
152152
name: Upload build artifacts
153-
uses: actions/upload-artifact
153+
uses: actions/upload-artifact@v4
154154
with:
155155
name: GeoServer Build (${{ env.BUILD_SUFFIX }})
156156
path: artifacts/*

0 commit comments

Comments
 (0)