Skip to content

Commit 8db13c4

Browse files
committed
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
1 parent 60873e1 commit 8db13c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
# Upload artifact
9898
- name: Upload artifact
99-
uses: actions/upload-artifact@v3
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: ${{ matrix.shader }}-${{ matrix.target }}
102102
path: ${{ matrix.shader }}-${{ matrix.target }}${{ matrix.archive_ext }}
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- name: Download artifacts
109-
uses: actions/download-artifact@v3
109+
uses: actions/download-artifact@v4
110110
with:
111111
path: artifacts
112112

0 commit comments

Comments
 (0)