Skip to content

Commit 5a5fcbf

Browse files
authored
Merge pull request #28 from OpenMS/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents fd20403 + 014c37d commit 5a5fcbf

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
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Upload log
4141
if: always()
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: build-${{ github.run_id }}.log
4545
path: ${{ runner.temp }}/build-${{ github.run_id }}.log

0 commit comments

Comments
 (0)