Skip to content

Commit 14a38e1

Browse files
committed
Upgrade GitHub actions packages in release workflow
Resolve NodeJS 12 and command deprecation warnings by upgrading docker/setup-buildx-action and crazy-max/ghaction-github-runtime packages. Signed-off-by: Austin Vazquez <[email protected]>
1 parent 4f4fa9b commit 14a38e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ jobs:
9797
path: src/github.com/containerd/containerd
9898

9999
- name: Setup buildx instance
100-
uses: docker/setup-buildx-action@v1
100+
uses: docker/setup-buildx-action@v2
101101
with:
102102
use: true
103-
- uses: crazy-max/ghaction-github-runtime@v1 # sets up needed vars for caching to github
103+
- uses: crazy-max/ghaction-github-runtime@v2 # sets up needed vars for caching to github
104104
- name: Make
105105
shell: bash
106106
run: |
@@ -135,7 +135,7 @@ jobs:
135135
needs: [build, check]
136136
steps:
137137
- name: Download builds and release notes
138-
uses: actions/download-artifact@v2
138+
uses: actions/download-artifact@v3
139139
with:
140140
path: builds
141141
- name: Create Release

0 commit comments

Comments
 (0)