Skip to content

Commit

Permalink
github: update action version
Browse files Browse the repository at this point in the history
This fixes some warnings of GitHub actions about outdated dependencies.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Oct 8, 2023
1 parent 4e4a220 commit 3469307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- main

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build
uses: openwrt/gh-action-sdk@main
Expand All @@ -32,7 +32,7 @@ jobs:
NO_DEFAULT_FEEDS: 1
V: "s"
- name: Store packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.arch}}-${{ matrix.version }}-packages
path: bin/packages

0 comments on commit 3469307

Please sign in to comment.