Skip to content

Commit

Permalink
Fix GH workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Feb 22, 2025
1 parent a09ccbd commit 2a1a18b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Build azulc
run: cargo build --release --bin azulc --manifest-path azulc/Cargo.toml --features="xml, std, font_loading, image_loading, gif, jpeg, png, tiff, bmp, text_layout"
- name: Upload Artifacts (Linux)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.build == 'linux-x64'
with:
name: 'azul-linux-amd64'
Expand All @@ -111,7 +111,7 @@ jobs:
retention-days: 2
if-no-files-found: error
- name: Upload Artifacts (Windows)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.build == 'windows-x64'
with:
name: 'azul-windows-amd64'
Expand All @@ -123,7 +123,7 @@ jobs:
retention-days: 2
if-no-files-found: error
- name: Upload Artifacts (Mac)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.build == 'macos-x64'
with:
name: 'azul-windows-amd64'
Expand Down

0 comments on commit 2a1a18b

Please sign in to comment.