Skip to content

Commit

Permalink
CI: Bump actions to remove deprecation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 22, 2024
1 parent d757b0c commit 08fd085
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
FIRMWARE_URL: https://github.com/pimoroni/pimoroni-pico/releases/download/v1.22.2

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: enviro
submodules: true

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: gadgetoid/dir2uf2
ref: v0.0.1
Expand All @@ -43,19 +43,19 @@ jobs:
dest: ${{env.RELEASE_FILE}}.zip

- name: Store .zip as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{env.RELEASE_FILE}}
path: enviro/

- name: Store filesystem .uf2 as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{env.RELEASE_FILE}}-filesystem-only
path: ${{env.RELEASE_FILE}}.uf2

- name: Store full .uf2 as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{env.FIRMWARE_NAME}}-${{env.RELEASE_FILE}}.uf2
path: ${{env.FIRMWARE_NAME}}-${{env.RELEASE_FILE}}.uf2
Expand Down

0 comments on commit 08fd085

Please sign in to comment.