Skip to content

Commit 2ed972e

Browse files
dependabot[bot]oschulz
authored andcommitted
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe4c5e2 commit 2ed972e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Breakage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
end;
8080
end'
8181
82-
- uses: actions/upload-artifact@v6
82+
- uses: actions/upload-artifact@v7
8383
with:
8484
name: pr
8585
path: pr/
@@ -121,7 +121,7 @@ jobs:
121121
fi
122122
done >> MSG
123123
124-
- uses: actions/upload-artifact@v6
124+
- uses: actions/upload-artifact@v7
125125
with:
126126
name: pr
127127
path: pr/

0 commit comments

Comments
 (0)