Skip to content

Commit

Permalink
Updated github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed Oct 3, 2024
1 parent 893a428 commit 2e1fb73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -29,7 +29,7 @@ jobs:
sudo chmod -R 766 dist/
- name: Upload artifacts to release
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: bwrap
path: 'dist'
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4
with:
name: bwrap

Expand Down

0 comments on commit 2e1fb73

Please sign in to comment.