Skip to content

Commit

Permalink
GitHub Actions: updated actions/upload-artifact version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Aug 25, 2024
1 parent 24920b8 commit c70189b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: DiligentGraphics/github-action/run-hlsl2glsl-converter-test@v1

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ success() && matrix.build_type == 'Release' && matrix.platform == 'MacOS' }}
with:
name: DiligentTools-${{ matrix.platform }}-${{ matrix.build_type }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
uses: DiligentGraphics/github-action/run-hlsl2glsl-converter-test@v1

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ success() && matrix.build_type != 'Debug' }}
with:
name: DiligentTools-Linux-${{ matrix.name }}-x64-${{ matrix.build_type }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
uses: DiligentGraphics/github-action/run-hlsl2glsl-converter-test@v1

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ success() && matrix.build_type != 'Debug' && matrix.name == 'Win10' }}
with:
name: DiligentTools-${{ matrix.name }}-${{ matrix.toolset }}-${{ matrix.build_type }}
Expand Down

0 comments on commit c70189b

Please sign in to comment.