Skip to content

Commit 9151d5d

Browse files
committed
update for newer actions
1 parent e12a48f commit 9151d5d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-22.04, macos-14]
1919
fail-fast: false
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v6
2222

2323
- name: Get XPlane SDK + xplib
2424
shell: bash
@@ -56,7 +56,7 @@ jobs:
5656
tar cvf binary.tar openSAM-pkg*/openSAM/*_x64
5757
5858
- name: Upload Build Artifact
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: build-${{ matrix.os }}
6262
path: |
@@ -76,7 +76,7 @@ jobs:
7676
make
7777
git
7878
79-
- uses: actions/checkout@v3
79+
- uses: actions/checkout@v6
8080

8181
- name: Get XPlane SDK + xplib
8282
shell: bash
@@ -104,7 +104,7 @@ jobs:
104104
tar cvf binary.tar openSAM-pkg*/openSAM/*_x64
105105
106106
- name: Upload Build Artifact
107-
uses: actions/upload-artifact@v4
107+
uses: actions/upload-artifact@v7
108108
with:
109109
name: build-windows
110110
path: |
@@ -115,7 +115,7 @@ jobs:
115115
needs: [build-linux-macos, build-windows]
116116

117117
steps:
118-
- uses: actions/checkout@v3
118+
- uses: actions/checkout@v6
119119

120120
- name: setup crc32 tool
121121
shell: bash

0 commit comments

Comments
 (0)