Skip to content

Commit cbd8930

Browse files
authored
Merge pull request #341 from VERITAS-Observatory/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents a386b0d + c03a729 commit cbd8930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-buildmatrix-cpp11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Upload source artifact
2424
# v4 okay here (runs on ubuntu host with modern glibc)
25-
uses: actions/upload-artifact@v6
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: src
2828
path: src.tgz
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Upload build artifacts
8686
if: always()
87-
uses: actions/upload-artifact@v6
87+
uses: actions/upload-artifact@v7
8888
with:
8989
name: build-artifacts
9090
path: build-artifacts.tgz

0 commit comments

Comments
 (0)