Skip to content

Commit b51b2be

Browse files
renovate[bot]ForNeVeR
authored andcommitted
Update actions/upload-artifact action to v5
1 parent e9a6abc commit b51b2be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compiler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dotnet pack PascalABC.NET.Compiler --output nupkg
3030

3131
- name: Upload the artifact
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: compiler-package
3535
path: nupkg/*.nupkg

.github/workflows/sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
output: ./changelog-section.md
4242

4343
- name: Upload the artifact
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: sdk-package
4747
path: nupkg/*.nupkg
4848

4949
- name: Upload the changelog
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: changelog-section.md
5353
path: ./changelog-section.md

0 commit comments

Comments
 (0)