Skip to content

Commit 33b4a62

Browse files
scribamchristophe-lunarg
authored andcommitted
Update GitHub Actions
1 parent 45008b2 commit 33b4a62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/make_light_release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: sudo apt-get update -y && sudo apt-get install -y zip p7zip
1616

1717
- name: Check out repository code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Set env
2121
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
@@ -29,13 +29,13 @@ jobs:
2929
- name: Create 7z archive
3030
run: 7z a glm-${{ env.RELEASE_VERSION }}.7z .
3131

32-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v4
3333
with:
3434
name: glm-${{ env.RELEASE_VERSION }}
3535
path: glm-${{ env.RELEASE_VERSION }}.*
3636

3737
- name: Add to Release
38-
uses: softprops/action-gh-release@v1
38+
uses: softprops/action-gh-release@v2
3939
with:
4040
files: |
4141
glm-${{ env.RELEASE_VERSION }}.zip

0 commit comments

Comments
 (0)