Skip to content

Commit

Permalink
Upgrade actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
garraflavatra committed Aug 4, 2024
1 parent e54a39b commit 1551a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: ./build/linux/ci_generate.sh "${{ matrix.platform }}"

- name: Upload generated binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rolens-${{ matrix.platform }}
path: releases/*
Expand All @@ -95,7 +95,7 @@ jobs:
run: build/ci_bundle.sh

- name: Upload the bundle as an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rolens-bundle
path: bundle

0 comments on commit 1551a50

Please sign in to comment.