Skip to content

Commit

Permalink
github: use upload-artifact@v4 ahead of deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticadmin committed Jan 31, 2025
1 parent 096ac79 commit d26eb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openwrt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd openwrt
TARGET=${{ matrix.target }} make templates build-img package 2>&1 | tee ${{ matrix.target }}-build.log
- name: 'Upload openwrt build artifact tarball'
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ matrix.target }}-openwrt-build-artifacts
# Cant use relative pathing .. or . for artifacts action
Expand All @@ -37,7 +37,7 @@ jobs:
openwrt/build/artifacts/*.tar.gz
retention-days: 30
- name: 'Upload openwrt build log'
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ matrix.target }}-openwrt-buildlog
path: |
Expand Down

0 comments on commit d26eb1a

Please sign in to comment.