Skip to content

Commit 4fe28b4

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-natives.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cp libfreetype.dll ../../artifacts/x64/freetype6.dll
4444
4545
- name: Upload Artifacts
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: Natives-Windows
4949
path: ./artifacts
@@ -68,7 +68,7 @@ jobs:
6868
lipo -thin arm64 build/libfreetype.6.dylib -output ../artifacts/arm64/freetype6.dylib
6969
7070
- name: Upload Artifacts
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: Natives-MacOS
7474
path: ./artifacts
@@ -97,7 +97,7 @@ jobs:
9797
cp libfreetype.so ../../artifacts/x64/freetype6.so
9898
9999
- name: Upload Artifacts
100-
uses: actions/upload-artifact@v3
100+
uses: actions/upload-artifact@v4
101101
with:
102102
name: Natives-Linux(x64)
103103
path: ./artifacts
@@ -133,7 +133,7 @@ jobs:
133133
cp libfreetype.so /artifacts/arm64/freetype6.so
134134
135135
- name: Upload Artifacts
136-
uses: actions/upload-artifact@v3
136+
uses: actions/upload-artifact@v4
137137
with:
138138
name: Natives-Linux(arm64)
139139
path: ./artifacts

.github/workflows/build-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
nuget pack OpenRA-FreeType6.nuspec -OutputDirectory ./nuget -version ${{ env.PACKAGE_VERSION }}
7474
7575
- name: Upload NuGet package to Artifacts
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: NuGet Package ${{ env.PACKAGE_VERSION }}
7979
path: ./nuget

0 commit comments

Comments
 (0)