Skip to content

Commit fdf4e79

Browse files
dependabot[bot]Mailaender
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 cdd47ad commit fdf4e79

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-natives.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
unzip -j chrome-win.zip chrome-win/libGLESv2.dll -d artifacts/x64
4242
4343
- name: Upload Artifacts
44-
uses: actions/upload-artifact@v6
44+
uses: actions/upload-artifact@v7
4545
with:
4646
name: Natives-Windows
4747
path: ./artifacts
@@ -68,7 +68,7 @@ jobs:
6868
lipo -thin arm64 lib/libSDL2-2.0.0.dylib -output ../../artifacts/arm64/SDL2.dylib
6969
7070
- name: Upload Artifacts
71-
uses: actions/upload-artifact@v6
71+
uses: actions/upload-artifact@v7
7272
with:
7373
name: Natives-MacOS
7474
path: ./artifacts
@@ -102,7 +102,7 @@ jobs:
102102
cp lib/libSDL2.so ../artifacts/x64/SDL2.so
103103
104104
- name: Upload Artifacts
105-
uses: actions/upload-artifact@v6
105+
uses: actions/upload-artifact@v7
106106
with:
107107
name: Natives-Linux(x64)
108108
path: ./artifacts
@@ -126,7 +126,7 @@ jobs:
126126
cp lib/libSDL2.so ../artifacts/arm64/SDL2.so
127127
128128
- name: Upload Artifacts
129-
uses: actions/upload-artifact@v6
129+
uses: actions/upload-artifact@v7
130130
with:
131131
name: Natives-Linux(arm64)
132132
path: ./artifacts

.github/workflows/build-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
nuget pack OpenRA-SDL2-CS.nuspec -OutputDirectory ./nuget -version ${{ env.PACKAGE_VERSION }}
8484
8585
- name: Upload NuGet package to Artifacts
86-
uses: actions/upload-artifact@v6
86+
uses: actions/upload-artifact@v7
8787
with:
8888
name: NuGet Package ${{ env.PACKAGE_VERSION }}
8989
path: ./nuget

.github/workflows/build-sdl2cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
dotnet build SDL2-CS.sln
2828
2929
- name: Upload Artifacts
30-
uses: actions/upload-artifact@v6
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: SDL2-CS
3333
path: ./bin

0 commit comments

Comments
 (0)