Skip to content

Commit 1900224

Browse files
dependabot[bot]oschulz
authored andcommitted
Bump actions/upload-artifact from 3 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c141b30 commit 1900224

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@v3
82+
- uses: actions/upload-artifact@v5
8383
with:
8484
name: pr
8585
path: pr/
@@ -121,7 +121,7 @@ jobs:
121121
fi
122122
done >> MSG
123123
124-
- uses: actions/upload-artifact@v3
124+
- uses: actions/upload-artifact@v5
125125
with:
126126
name: pr
127127
path: pr/

0 commit comments

Comments
 (0)